ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Rect<T> Structure / Left Property

In This Topic
    Left Property (Rect<T>)
    In This Topic
    Gets the x-coordinate of the left edge of this Rect structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Left As T
    public T Left {get;}
    See Also